18. Exercise: Create MasterListFragment

Create and Display the Master List Fragment

In this exercise, you'll be creating the MasterListFragment. This will be similar to how you created the BodyPartFragment class, only you'll be using the provided adapter to display a grid-list of all images.

Exercise Code

Exercise: TFragments.04-Exercise-CreateMasterListFragment

Hint: You'll also need to create a new host activity to display this fragment and set it to launch by changing parameters in the AndroidManifest file.

Task Description:

Follow along with these tasks to complete this exercise and create the final fragment class!

Task List:

Task Feedback:

Excellent work!

Solution: [TFragments.04-Solution-CreateMasterListFragment][Diff]